################################################################################
# ԶɵļҪ༭
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include objects.mk

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# Ŀ
all: 08\ -\ ADC_Sample.hex

# ߵ
08\ -\ ADC_Sample.hex: $(OBJS) $(USER_RELS)
	@echo 'ڹĿ꣺ $@'
	@echo 'ڵã C Project Linker Release'
	kf8link -O3 -c -m libkf8v4.lib KF8A100GQT.lib KF8_Touch_Fun.lib -s"C:/ChipONCC/kfl/KF8A100GQT.kfl" -o "08 - ADC_Sample.hex" $(OBJS) $(USER_RELS) $(LIBS)
	@echo 'ѽĿ꣺ $@'
	@echo ' '

# Ŀ
clean:
	-$(RM) $(OBJS)$(EXECUTABLES) "08 - ADC_Sample.hex"
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
